Spring cleaning. We are not using this field
at all, since we have the input_only boolean.
typedef struct _GdkSurfacePaint GdkSurfacePaint;
-typedef enum
-{
- GDK_INPUT_OUTPUT,
- GDK_INPUT_ONLY
-} GdkSurfaceSurfaceClass;
-
-
struct _GdkSurfaceAttr
{
gint x, y;
gint width;
gint height;
- GdkSurfaceSurfaceClass wclass;
GdkSurfaceType surface_type;
};
gdk_surface_set_frame_clock (surface, frame_clock);
g_object_unref (frame_clock);
- attributes.wclass = input_only ? GDK_INPUT_ONLY : GDK_INPUT_OUTPUT;
attributes.surface_type = surface_type;
attributes.x = x;
attributes.y = y;